[][src]Crate essrpc_macros

Attribute Macros

essrpc

The main macro with does the magic. When applied to a trait Foo generates a FooRPCClient type implementing RPCClient (and Foo). as well as FooRPCServer implementing RPCServer.